home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / bonus / blender / shared.dir / 00787_FAST FORWARD-8.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  209 b   |  8 lines

  1. on mouseDown
  2.   global VID
  3.   repeat while the stillDown and (the movieTime of sprite 40 <= VID)
  4.     set the movieTime of sprite 40 to min(the movieTime of sprite 40 + 6, VID)
  5.     updateStage()
  6.   end repeat
  7. end
  8.